LineMode Enumeration

Represents whether underlining is applied to words only or to portions of text.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum LineMode

Members

Continuous0 Underlining is applied to words and separating spaces.
SkipWhitespace1 Underlining is not applied to spaces between words.
None2 None.

See Also